Foxit PDF RDK
FoxitRDKNative.ClearCacheTaskCallBack Class Reference

Defines a callback interface for handling the result of a ClearCacheTask. More...

Public Member Functions

 constructor ()
 Constructor for the ClearCacheTaskCallBack class. Initializes a new instance of the ClearCacheTaskCallBack.
 
 execute (task)
 Executes the callback with the result of a ClearCacheTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a ClearCacheTask.

Member Function Documentation

◆ execute()

FoxitRDKNative.ClearCacheTaskCallBack.execute ( task  )

Executes the callback with the result of a ClearCacheTask.

Parameters
{ClearCacheTask}task - The ClearCacheTask whose result is being processed. This method is called when the task completes, providing access to its result.